/* 公共样式 */
html {display: block; width: 100%;}
body { text-align: left; margin: 0 auto; font-size: 13px; line-height: 18px; color: #333; }
input { font: 10px Arial, sans-serif; color: #333;border: none; outline: none; border-radius: 3px; }
img { border: none; }
p, ul, ol, li, form, dd, dl, dt { margin: 0; padding: 0; list-style: none; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, p, blockquote, th, td { margin: 0; padding: 0;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
a { color: #333; text-decoration: none; }
a:hover { color: #FF5A27; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #020202; list-style: none; }
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clear5 {
	clear: both;
	width: 100%;
    height: 5px;
    overflow: hidden;
}

.clear10 {
	clear: both;
	width: 100%;
    height: 10px;
    overflow: hidden;
}

.clear20 {
	clear: both;
	width: 100%;
    height: 20px;
    overflow: hidden;
}

input {
	border: none;
    outline: none;
    border-radius: 3px;
}

/* 头部 */
.header {
	padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
    height: 110px;
    position: relative;
    z-index: 9;
    background: #fff;
}

.header_lan {
    width: 100%;
	height: 25px;
    z-index: 9;
    background: #333;
}

.header_lanc {
	width: 1200px;
	margin: 0 auto;
    position: relative;
}

.notice {
	width: 1000px;
	height: 25px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #000;
	text-align: center
}

.notice li {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: left;
	margin-left: 6rem;
}

.notice span {
	margin-right: 7px;
	vertical-align:middle;
}

.notice a {
	color: #fff;
}

.notice li:first-child {
	margin-top: 0;
	transition: margin-top .8s
}

.slogan {
	width: 200px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.language {
	height: 25px;
    float: left;
    color: #555;
    font-size: 13px;
    width: 185px;
}

.language span {
    margin: 0 5px;
	line-height: 25px;
	color: #fff;
}

.language span a {
	color: #fff;
}

.headermain {
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
}

.h_logo {
	float: left;
    overflow: hidden;
    margin-top: 23px;
}

.logo {
	width: 237px;
	height: 66px;
	float: left;
	background: url(/static/images/logo_line.gif) no-repeat right 11px;
}

.logo_right {
	width: 280px;
    font-size: 16px;
    color: #000000;
    padding: 0 0 0 20px;
    line-height: 30px;
	float: left;
}

.logo_right b {
	display: block;
    font-size: 21px;
    color: #dd2910;
}
.phone1 {
	padding-right: 20px;
	margin-top: 30px;
	float: right;
}

.search_l {
	width: 280px;
	height: 30px;
	float: left;
	margin-top: 10px;
	border-radius: 10px;
	border: 1px #E6E6E6 solid;
}

.search_l form {
	position: relative;
    width: 280px;
    margin: 0 auto;
}
.search_l .search_inp {
	width: 240px;
    height: 30px;
    padding-left: 10px;
	font-size: 14px;
	color: #888888;
	background: none;
}

.search_btn {
	height: 22px;
    width: 22px;
    position: absolute;
    cursor: pointer;
	margin-top: 4px;
}

.phone {
	float: right;
	color: #FF5A27;
	font-size: 25px;
	width: 270px;
	background: url(/static/images/bg.png) 15px 5px no-repeat;
	background-size: 45px 45px;
}

.phone b {
	float: right;
	line-height: 60px;
}

.head_nav {
	width: 100%;
	overflow:hidden;
	background: url(/static/images/bg_nav.jpg) center top repeat-x;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	list-style: none;
}

.nav li.last {
	background:none;
}
.nav li a {
	text-decoration:none;
}

.nav li .submenu {
	display:none;
	position:absolute;
	top: 45px;
	left: 1px;
	background: #fff;
	margin:auto; 
	font-size: 14px; 
	width: 310px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.submenu_ul {
	width: 260px;
	height: 160px;
	margin: 0 auto;
	border-top: 1px dashed #DDD;
	border-bottom: 1px dashed #DDD;
}

.submenu span a {
	text-decoration:none;
	font-size: 14px;
	padding: 0;
	line-height: 40px;
}
.submenu span a:hover {
	color: #FF5A27; 
}
.nav li .submenu li span {
	float: left;
	padding:0;
	background:none;
	height:auto;
	width: 100px;
	margin-left: 20px;
	line-height: 40px;
}

.nav li .submenu li span a {
	background: none;
	color: #666;
}

.nav li .submenu li span a:hover {
	color: #FF5A27;
}


.submenu_img {
	float: left;
}

.drop-menu-effect, .current {
	float: left;
	position: relative; 
	list-style: none;
	margin: 0 3px;
}

.drop-menu-effect a {
	color: #333;
    font-size: 16px;
    padding: 0px 20px;
    display: inline-block;
    line-height: 45px;
}

.drop-menu-effect a:hover {
	background: #FF5A27;
	border-radius: 3px;
	color: #fff;
}

.current a {
	color: #fff;
	padding: 0px 20px;
	font-size: 15px;
	display: inline-block;
    background: #ff5a27;
	line-height: 45px;
	border-radius: 3px;
}

/* 底部 */

footer {
	width: 100%;
	min-width: 1200px;
	background: #333;
	overflow: hidden;
}

.footer_m {
	max-width: 1200px;
	margin: 0 auto;
}

.footer_l {
	width: 120px;
	float: left;
	margin: 30px 0;
	overflow: hidden;
}

.footer_r {
	float: left;
	margin-top: 20px;
}

.footer_r_list {
	width: 285px;
	margin-left: 50px;
	float: left;
	color: #fff;
}

.footer_r_tit {
	border-bottom: 1px solid #adbed6;
	margin-bottom: 10px;
}

.footer_r_tit a {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}


.footer_r .footer_r_list li {
	line-height: 30px;
	width: 140px;
	font-size: 14px;
	float: left;
}

.footer_r .footer_r_list p {
	color: #b99e94;
	font-size: 14px;
	line-height: 35px;
}

.footer_r .footer_r_list span {
	font-size: 22px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	background: url(/static/images/phone.jpg) no-repeat;
	padding-left: 35px;
}

.footer_r .footer_r_list .erweima {
	text-align: left;
	padding-left: 5px;
	
}

.footer_r ul {
	width: 100%;
	overflow: hidden;
}


.footer_r li a {
	color: #f4f4f4;
}

.footer_r li a:hover {
	color: #FF5A27;
}

.footer_rg {
	width: 100%;
	line-height: 40px;
	overflow: hidden;
	background: #232121;
	margin: 0 auto;
	color: #fff;
}

.footer_rg span {
	display: block;
	margin: 0 auto;
	width: 700px;
}

.footer_rg span a {
	display: block;
	width: 240px;
	padding-left: 35px;
	float: left;
	color: #f4f4f4;
	line-height: 40px;
	background: url(/static/images/govicon.png) no-repeat 0 7px;
}

/* 内页banner */

.i_banner {
	width: 100%;
}

.i_banner img {
	width: 100%;
}

/* 面包屑导航 */

.mbx {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	line-height: 42px;
	font-size: 14px;
	color: #555;
	border-bottom: 2px solid #FF5A27;
	padding-left: 10px;
	overflow: hidden;
}

.mbx_m {
	width: 620px;
	float: left;
}

.mbx_m a {
	font-size: 18px;
	color: #555;
}

.mbx_m a:hover {
	color: #FF5A27;
}

.mbx_search {
	width: 280px;
    height: 30px;
    border-radius: 10px;
    border: 1px #FF5A27 solid;
	float: right;
	margin-right: 20px;
}

.search_btn {
    height: 22px;
    width: 22px;
    position: absolute;
    cursor: pointer;
    margin-top: 4px;
}

.search_inp {
    width: 240px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
    color: #888888;
    background: none;
}

/* 左侧产品分类导航栏 */
.pro_l_list {
	width: 90%;
	margin: 0 auto;
	padding-top: 8px;
	overflow: hidden;
}

.pro_l_list span {
	display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #FF5A27;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.pro_l_list a {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

.prol_nav a:hover {
	color: #FF5A27;
	
}

.prol_nav {
	width: 210px;
	margin: 10px auto 0 auto;
	text-align: left;
}
.prol_nav .prol_list1 {
	line-height: 40px;
	border-bottom: solid 1px #e5e5e5; 
	padding-left: 10px;
	cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
	background: #fff;
	font-size: 14px;
}

.prol_list1 p a {
	line-height: 40px;
	color: #333;
    overflow: hidden;
	background: #fff;
	font-size: 14px;
}

.prol_list1 p a:hover{
	color: #FF5A27;
}

.prol_nav ul li a {
	padding-left: 10px;
	color: #666; 
	font-size: 13px; 
	display: block; 
	position: relative;
}

.prol_nav .cca a {
	color: #FF5A27;
}

.prol_nav ul li a:hover {
	color: #FF5A27;
}
#open .prol_list1_icon {	
	background:url(/static/images/on.png) no-repeat center;
}
.prol_list1_icon {
	display: block;
	position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
	background:url(/static/images/off.png) no-repeat center;
} 

.prol_list1_iconr {
	display: block;
	position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
	background:url(/static/images/right.png) no-repeat center;
}
.prol_list2 {
	text-indent: 2em;

}

.prol_list3 {
	border-bottom: 1px dashed #e5e5e5;
	text-indent: 2em;
	line-height: 35px;
	
}

.solu_l_list {
	width: 90%;
    margin: 0 auto;
    padding-top: 8px;
}

.solu_l_list span {
	display: block;
	width: 100%;
	height: 40px;
    line-height: 40px;
    background: #FF5A27;
    text-align: center;
    font-size: 18px;
	color: #fff;
}

.solu_l_list span a {
	color: #fff;
}

.solul_nav, .aboutl_nav {
	width: 210px;
    margin: 10px auto 0 auto;
    text-align: left;
}

.solul_nav a {
	line-height: 30px;
	display: block;
    width: 210px;
	color: #333;
	font-size: 14px;
}

.solul_nav a:hover, .aboutl_nav a:hover {
	color: #FF5A27;
}

.solul_nav li {
	text-align: left;
    line-height: 30px;
    border-bottom: solid 1px #e5e5e5;
    padding-left: 20px;
    font-size: 14px;
    background: url(/static/images/abicon.png) no-repeat center;
    background-position: 185px 8px;
}

.aboutl_nav li {
	text-align: left;
	line-height: 30px;
    border-bottom: solid 1px #e5e5e5;
	padding-left: 20px;
	font-size: 14px;
	background:url(/static/images/abicon.png) no-repeat center;
	background-position: 185px 5px;
}

 .aboutl_nav a {
	line-height: 30px;
	display: block;
    width: 210px;
	color: #666;
 }

/* 上一篇、下一篇 */

.pre, .next {
	width: 45%;
	float: left;
	line-height: 35px;
	color: #444;
	margin-left: 20px;
}

.pre a, .next a {
	color: #444;
}

.pre a:hover, .next a:hover{
	color: #FF5A27;
}

/* 文章分页 */
.pagelist {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
}

.pagelist ul {
	min-width: 35px;
	float: right;
}
.pagelist li {
	float: left;
	min-width: 20px;
	text-align: center;
	margin-left: 10px;
}
.pageinfo {
	line-height: 30px;
}

.pageinfo table {
	margin: 0 auto;
}

.pageinfo table td {
	width: 50px;
}

/* 搜索结果 */
.ssjg {
	font-size: 12px;
	color: #666;
}

.search_list_timg {
	width: 140px;
    height: 90px;
    float: left;
}

.search_list_tcon {
	width: 750px;
    float: left;
    margin-left: 15px;
}

/* 表格样式  */

.table_1{
	background: #f2f2f2;
}
.table_2{
	background: #f7f7f7;
}

.table_xhdz {
	font-size: 14px;
	border-collapse: collapse;
}
.table_xhdz tr:nth-child(even){
	background:#FFF7E5;
}
.table_xhdz tr td:nth-child(odd){
             }
.table_xhdz td a {
	color: #FF5A27;
	text-decoration: underline;
}

.table_xhdz td a:hover {
	color: #E11D15;
	text-decoration: underline;
}

.table_xhdz td {
	border: 1px solid #f0f0f0;
}

/* qq客服 */
#floatDivBoxs{
	width: 135px;
	background: #fff;
	position: fixed;
	top: 150px;
	left: 0;
	z-index: 999;
	box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}

#floatDivBoxs .floatDtt{
	width: 100%;
	height: 5px;
	background: #FF5A27;
	color: #fff;
	font-size: 18px;
	text-indent: 22px;
	position: relative;
}

#floatDivBoxs .floatDqq{
	padding: 0 10px;
}

#floatDivBoxs .floatDqq li{
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3; 
	padding: 0 0 0 50px;
}

#floatDivBoxs .floatDtxt {
	font-size: 15px;
	margin-top: 10px;
	color: #555;
	text-align: center;
	line-height: 25px;
}

#floatDivBoxs .floatDtel {
	width: 100%;
	font-size: 16px;
	text-align: center;
	height: 30px;
	color: #FF5A27;
	font-weight: bold;
	line-height: 25px;
}

.floatShadow{ 
	background: #fff;
	box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}

#rightArrow{
	width: 39px;
	height: 161px;
	cursor: pointer;
	background: url(../images/online_arrow.jpg) no-repeat;
	position: fixed;
	top: 150px;
	left: 135px;
	z-index: 999;
}

#rightArrow a{
	display:block;
	height:45px;
}

/* 返回顶部 */
.go_top {
	float: right; 
	height: 45px;
    width: 45px;
	display: inline-block;
	position: fixed;
	z-index: 999; 
	cursor: pointer; 
	right: 60px; 
	bottom: 60px;
	vertical-align: top;
}

.go_top a {
	display: block;
    width: 46px;
    height: 46px;
	background: url(/static/images/bg_top.png) no-repeat;
}

.go_top a:hover {
	background: url(/static/images/bg_top1.jpg) no-repeat;
}

/* 联系我们 */
.contact_r {
	width: 960px;
	float: left;
	
}

.contactu_list_c {
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-size: 14px;
    line-height: 30px;
	overflow: hidden;
}
.contactu_list_c .hcontact_cu {
	width: 100%;
	overflow: hidden;
}
.contactu_list_c .hcontact_cu table {
	width: 950px;
}
.contactu_list_c .hcontact_cu table td {
	
}
.hcontact {
	width: 100%;
	height: 365px;
}

.hcontact_i {
	width: 300px;
	height: 196px;
	float: right;
	margin-top: 40px;
}

.hcontact_c .i, .contactu_list_c .i {
	background: url(/static/images/icoi.png) no-repeat;
	background-size: 20px;
	background-position: 5px 10px;
}

.hcontact_c .t, .contactu_list_c .t {
	background: url(/static/images/icot.png) no-repeat;
	background-size: 20px;
	background-position: 5px 10px;
}

.hcontact_c .f, .contactu_list_c .f {
	background: url(/static/images/icof.png) no-repeat;
	background-size: 20px;
	background-position: 5px 10px;
}

.hcontact_c .q, .contactu_list_c .q {
	background: url(/static/images/icoq.png) no-repeat;
	background-size: 20px;
	background-position: 5px 10px;
}

.hcontact_c .e, .contactu_list_c .e {
	background: url(/static/images/icoe.png) no-repeat;
	background-size: 20px;
	background-position: 5px 10px;
}

.hcontact_c .b, .contactu_list_c .b {
	background: url(/static/images/icob.png) no-repeat;
	background-size: 20px;
	background-position: 5px 10px;
}

.hcontact_c .a, .contactu_list_c .a {
	background: url(/static/images/icoa.png) no-repeat;
	background-size: 20px;
	background-position: 5px 10px;
}

.hcontact_c .m, .contactu_list_c .m {
	background: url(/static/images/icom.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px 10px;
}

.hcontact_cl {
	width: 420px;
	float: left;
	border-right: 1px solid #f4f4f4;
}

.hcontact_cr {
	width: 420px;
	float: left;
	margin-left: 40px;
}

.hcontact_cl span, .hcontact_cr span {
	font-size: 18px;
	color: #333;
	line-height: 50px;
}

.hcontact_cl h4 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.hcontact_cl p, .hcontact_cr p {
	font-size: 14px;
	line-height: 35px;
	color: #666;
	padding-left: 45px;
}

.contact_r {
	width: 960px;
    float: right;
}

.hcontact_cu th span {
	font-weight: normal;
	font-size: 18px;
    color: #333;
    line-height: 50px;
}

.hcontact_cu th p {
	font-weight: normal;
	font-size: 14px;
}

/* 地图定位 */

.map {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}